projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a67df7
)
buttonbox: Fix size request
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 20 Dec 2015 22:03:06 +0000
(17:03 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 20 Dec 2015 22:03:06 +0000
(17:03 -0500)
A copy-paste mistake was making us always request too little
space, causing the buttons to be jumbled or cut off.
https://bugzilla.gnome.org/show_bug.cgi?id=759664
gtk/gtkbbox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkbbox.c
b/gtk/gtkbbox.c
index fd2a6541bddd8e11bb6c1dd952e876357843313d..ab672377d71bbf73a42e10c91de00fe9d90c5191 100644
(file)
--- a/
gtk/gtkbbox.c
+++ b/
gtk/gtkbbox.c
@@
-911,7
+911,6
@@
gtk_button_box_measure (GtkCssGadget *gadget,
else
*minimum = *natural = requisition.height;
- *minimum = *natural = requisition.height;
if (minimum_baseline)
*minimum_baseline = baseline;
if (natural_baseline)